net/http.persistConn.alt (field)

12 uses

	net/http (current package)
		transport.go#L599: 		if pconn.alt != nil {
		transport.go#L602: 			resp, err = pconn.alt.RoundTrip(req)
		transport.go#L940: 	if pconn.alt != nil && t.idleLRU.m[pconn] != nil {
		transport.go#L951: 		if pconn.alt == nil {
		transport.go#L1007: 	if t.IdleConnTimeout > 0 && pconn.alt == nil {
		transport.go#L1074: 				if pconn.alt != nil {
		transport.go#L1376: 		if pc.alt == nil && trace != nil && trace.GotConn != nil {
		transport.go#L1397: 		if w.pc != nil && w.pc.alt == nil && trace != nil && trace.GotConn != nil {
		transport.go#L1469: 	if err == nil && (!delivered || pc.alt != nil) {
		transport.go#L1769: 			return &persistConn{t: t, cacheKey: pconn.cacheKey, alt: alt}, nil
		transport.go#L1901: 	alt RoundTripper
		transport.go#L2744: 		if pc.alt == nil {